home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Agent Central Host Computer
/
Agent - Central Host Computer.iso
/
_SETUP.1
/
rptheaders.ctl
< prev
next >
Wrap
Text File
|
2000-05-12
|
891b
|
54 lines
-- RCSVER $Id: rptheaders.ctl,v 1.1 2000-05-03 12:29:19-05 randy Exp $ */
-- *************************************************************************
-- Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
--
-- Name: rptheaders.ctl
-- Date: 02/24/2000
-- memo: Randy Wood
-- Description: Load the data for the rptheaders table.
-- Changes:
-- *********************************************************************** */
LOAD DATA
INFILE *
INTO TABLE rptheaders
fields terminated by "|"
trailing nullcols
(
report_indx,
rptclass,
header
)
begindata
1|1|H1|
1|2|H2|
1|3|H3|
1|4|H4|
2|1|H1|
2|2|H2|
2|3|H3|
2|4|H4|
2|5|H5|
2|6|H6|
2|7|H7|
2|8|H8|
2|9|H9|
2|10|H10|
2|11|H11|
2|12|H12|
3|1|H1|
3|2|H2|
3|3|H3|
3|4|H4|
3|5|H5|
3|6|H6|
3|7|H7|
3|8|H8|
3|9|H9|
3|10|H10|
3|11|H11|
3|12|H12|
4|1|H1|
4|2|H2|
4|3|H3|
4|4|H4|